feat(brand): add dotgibson logo to the org profile#2
Merged
Conversation
Add the ~/. ring mark (matching the dotfiles-web rebrand) to the org profile hero and mirror it into the repo root README. PNG so it renders reliably on the GitHub org landing page (SVG gets sanitized there). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RMEBzQWNQPcYfUEbin1zjW
There was a problem hiding this comment.
Pull request overview
This PR adds a centered dotgibson logo image to the top of both the organization profile README and the repository root README, aligning the org profile hero and repo landing page with the updated branding.
Changes:
- Add a centered
<img>logo above thedotgibsonheading inREADME.md - Add the same centered
<img>logo above thedotgibsonheading inprofile/README.md
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds centered logo image above the main heading to mirror org profile branding. |
| profile/README.md | Adds centered logo image to the org profile README hero area. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,5 +1,7 @@ | |||
| <div align="center"> | |||
|
|
|||
| <img src="https://raw.githubusercontent.com/dotgibson/.github/main/profile/logo.png" alt="dotgibson" width="150" height="150" /> | |||
| @@ -1,5 +1,7 @@ | |||
| <div align="center"> | |||
|
|
|||
| <img src="https://raw.githubusercontent.com/dotgibson/.github/main/profile/logo.png" alt="dotgibson" width="150" height="150" /> | |||
Address review on #2: replace the generic alt="dotgibson" with a descriptive alt so screen readers and broken-image fallbacks convey the mark, in both profile/README.md and the mirrored root README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RMEBzQWNQPcYfUEbin1zjW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the new dotgibson logo mark (matching the
dotfiles-webrebrand in dotgibson/dotfiles-web#49) to the org profile hero, and mirrors it into the repo root README.profile/logo.png— the~/.ring mark (rasterized from the site'slogo.svgat 400×400)profile/README.md+README.md— centered logo above thedotgibsonheadingWhy PNG (not SVG)
GitHub sanitizes/blocks inline SVG on the rendered org profile page, so a PNG is the reliable choice for the landing page. The canonical vector lives in
dotfiles-web/public/logo.svg.Verification
PNG renders correctly (transparent rounded-square corners, spectrum ring, amber
~/, cyan dot); referenced via an absoluteraw.githubusercontent.comURL so it resolves identically on the org landing page and the repo README.🤖 Generated with Claude Code
Generated by Claude Code